|
A DFT matrix is an expression of a discrete Fourier transform (DFT) as a transformation matrix, which can be applied to a signal through matrix multiplication. ==Definition== An ''N''-point DFT is expressed as the multiplication , where is the original input signal, is the ''N''-by-''N'' square DFT matrix, and is the DFT of the signal. The transformation matrix can be defined as , or equivalently: : where is a primitive th root of unity in which . This is the Vandermonde matrix for the roots of unity, up to the normalization factor. Note that the normalization factor in front of the sum () and the sign of the exponent in ω are merely conventions, and differ in some treatments. All of the following discussion applies regardless of the convention, with at most minor adjustments. The only important thing is that the forward and inverse transforms have opposite-sign exponents, and that the product of their normalization factors be 1/''N''. However, the choice here makes the resulting DFT matrix unitary, which is convenient in many circumstances. Fast Fourier Transform algorithms utilize the symmetries of the matrix to reduce the time of multiplying a vector by this matrix, from the usual . Similar techniques can be applied for multiplications by matrices such as Hadamard matrix and the Walsh matrix. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「DFT matrix」の詳細全文を読む スポンサード リンク
|